Micron Document
NexusPi Git Node

Commit e552a8eabdbd54121861f88836b1360e11c506c2


Parents : 6fbbfcf
Author : James L <jrl290@gmail.com>
Date : 2026-04-26T21:30:36-04:00

Fix web flasher: host firmware on Pages (no CORS), fix Update mode to use app-only bin

Changes
Diff

diff --git a/docs/firmware/rtnode_heltec_v3_merged.bin b/docs/firmware/rtnode_heltec_v3_merged.bin
new file mode 100644
index 0000000..f085a66
Binary files /dev/null and b/docs/firmware/rtnode_heltec_v3_merged.bin differ

diff --git a/docs/firmware/rtnode_heltec_v4_merged.bin b/docs/firmware/rtnode_heltec_v4_merged.bin
new file mode 100644
index 0000000..05908b3
Binary files /dev/null and b/docs/firmware/rtnode_heltec_v4_merged.bin differ

diff --git a/docs/manifest-v3-full.json b/docs/manifest-v3-full.json
index 275363a..236f7e5 100644
--- a/docs/manifest-v3-full.json
+++ b/docs/manifest-v3-full.json
@@ -6,7 +6,7 @@
"chipFamily": "ESP32-S3",
"parts": [
{
- "path": "https://github.com/jrl290/RTNode-HeltecV4/releases/latest/download/rtnode_heltec_v3_merged.bin",
+ "path": "firmware/rtnode_heltec_v3_merged.bin",
"offset": 0
}
]

diff --git a/docs/manifest-v3.json b/docs/manifest-v3.json
index 2a6b58f..c52ab92 100644
--- a/docs/manifest-v3.json
+++ b/docs/manifest-v3.json
@@ -5,7 +5,7 @@
"chipFamily": "ESP32-S3",
"parts": [
{
- "path": "https://github.com/jrl290/RTNode-HeltecV4/releases/latest/download/rtnode_heltec_v3_merged.bin",
+ "path": "firmware/rtnode_heltec_v3.bin",
"offset": 65536
}
]

diff --git a/docs/manifest-v4-16mb.json b/docs/manifest-v4-16mb.json
index 631c183..48a57f6 100644
--- a/docs/manifest-v4-16mb.json
+++ b/docs/manifest-v4-16mb.json
@@ -5,7 +5,7 @@
"chipFamily": "ESP32-S3",
"parts": [
{
- "path": "https://github.com/jrl290/RTNode-HeltecV4/releases/latest/download/rtnode_heltec_v4_merged.bin",
+ "path": "firmware/rtnode_heltec_v4.bin",
"offset": 65536
}
]

diff --git a/docs/manifest-v4-full.json b/docs/manifest-v4-full.json
index 1df0dd0..6ab96a6 100644
--- a/docs/manifest-v4-full.json
+++ b/docs/manifest-v4-full.json
@@ -6,7 +6,7 @@
"chipFamily": "ESP32-S3",
"parts": [
{
- "path": "https://github.com/jrl290/RTNode-HeltecV4/releases/latest/download/rtnode_heltec_v4_merged.bin",
+ "path": "firmware/rtnode_heltec_v4_merged.bin",
"offset": 0
}
]

Served by rngit 1.5.2 - Generated in 0.06s